home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 3794 / 3794.xpi / chrome / locale / en-US / facebook.properties next >
Text File  |  2009-11-16  |  2KB  |  74 lines

  1. # Catch all file for dynamic strings in the add-on
  2.  
  3. #Toolbar - toolbar.js
  4. searchplaceholder=Search Facebook
  5. login=Login to Facebook
  6. loadFriends=Log in from the toolbar to see your friend list.
  7. loadingfriends=Loading friend list...
  8. logout=Logout
  9.  
  10. #Sidebar - sidebar.js
  11. name=name
  12. status=status
  13. profile=profile
  14. lastupdate=last update
  15. sortingby=Sorting by %S
  16.  
  17. #Notification title (used in facebook.js component)
  18. notificationtitle=Facebook Notification
  19.  
  20. #Times - lib.js
  21.  
  22. #LOCALISATION NOTE
  23. #These days of the week appear at the start of a sentence
  24. monday=Monday
  25. tuesday=Tuesday
  26. wednesday=Wednesday
  27. thursday=Thursday
  28. friday=Friday
  29. saturday=Saturday
  30. sunday=Sunday
  31.  
  32. #LOCALISATION NOTE
  33. #These days of the week appear in the middle of a sentence
  34. #e.g. Updated profile Tuesday at ...
  35. mondayInSentence=Monday
  36. tuesdayInSentence=Tuesday
  37. wednesdayInSentence=Wednesday
  38. thursdayInSentence=Thursday
  39. fridayInSentence=Friday
  40. saturdayInSentence=Saturday
  41. sundayInSentence=Sunday
  42.  
  43. yesterday=yesterday
  44. yesterdayic=Yesterday
  45. today=today
  46. todayic=Today
  47.  
  48. updatedProfileTime=Updated profile %S
  49. aboutaweekago=about a week ago
  50. aboutamonthago=about a month ago
  51. abouttwoweeksago=about 2 weeks ago
  52. aboutweeksago=about %S weeks ago
  53. abouttwomonthsago=about 2 months ago
  54. aboutmonthsago=about %S months ago
  55. overayearago=over a year ago
  56.  
  57. #LOCALISATION NOTE
  58. #Timestamp for recent (today or yesterday) updates
  59. #e.g. Yesterday at 8:48
  60. #%1$S will be the Yesterday or Today
  61. #%2$S will be the hour
  62. #%3$S will be the minute
  63. #%4$S will be am/pm (before midday) pm (after midday)
  64. timeStringRecent=%1$S at %2$S:%3$S
  65.  
  66. #LOCALISATION NOTE
  67. #Timestamp for updates mentioning day of the week
  68. #e.g. Friday at 18:48
  69. #%1$S will be the day, e.g. Monday
  70. #%2$S will be the hour
  71. #%3$S will be the minute
  72. #%4$S will be am/pm (before midday) pm (after midday)
  73. timeStringDay=%1$S at %2$S:%3$S
  74.